Update documentation for gtk_selection_data_get_data to match the changes
authorWouter Bolsterlee <wbolster@svn.gnome.org>
Mon, 1 Sep 2008 20:27:18 +0000 (20:27 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Mon, 1 Sep 2008 20:27:18 +0000 (20:27 +0000)
2008-09-01  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* gtk/gtkselection.c:
Update documentation for gtk_selection_data_get_data to
match the changes introduced in -r21232 (the length
parameter was removed).

svn path=/trunk/; revision=21256

ChangeLog
gtk/gtkselection.c

index 9133e6985302cc06c2b92d4333274735abf4acb9..cc966a37c195c1b90444f7ac634d44575514637d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-01  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * gtk/gtkselection.c:
+       Update documentation for gtk_selection_data_get_data to
+       match the changes introduced in -r21232 (the length
+       parameter was removed).
+
 2008-08-30  Matthew Barnes  <mbarnes@redhat.com>
 
        Bug 549943 – gtk_tool_shell_get_relief_style() always returns
@@ -22,7 +29,7 @@
        (output_file_from_settings):
        * modules/printbackends/test/gtkprintbackendtest.c
        (output_test_from_settings): free some temporary strings.
-        Patch by Yevgen Muntyan.
+       Patch by Yevgen Muntyan.
 
 2008-08-29  Michael Natterer  <mitch@imendio.com>
 
index b023d7972f29646baa9346b30b09dc14d99988d5..b3013aa0c6a237b5f64975167a125135bcd2d0b4 100644 (file)
@@ -1171,8 +1171,6 @@ gtk_selection_data_get_format (GtkSelectionData *selection_data)
  *
  * Retrieves the raw data of the selection.
  *
- * If @length is not %NULL it is filled with the length of data.
- *
  * Returns: the raw data of the selection.
  *
  * Since: 2.14